Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

Sample code

Create a webservice provider, using Lotus Script.

Code:
Class wsApplication_class

Sub New
' do some initialization ....
End Sub

Public Function Echo( txt As String ) As String
Echo = txt
End Function
End Class

Properties for the webservice:
Name: TestEcho
PortType class: wsApplication_class
Programming model: RPC
SOAP message format: Doc/literal
Include operation name in SOAP action (checked)
Port type name: wsApplication_class
Service element name: wsApplication_classService
Service port name: Domino

In SOAP UI:
Click on "SOAP" icon
Project Name: Test
Initial WSDL: http://(server address)/(webservices db filename)/TestEcho?WSDL
E.g. http://dev.xyz.com/webservices.nsf/TestEcho?WSDL
(do not use "!WSDL" - it must be "?WSDL")


Feedback response number WEBBAKUB3J created by ~Lorraine Desresaader on 03/27/2017

Web Services through SoapUI (~Evelyn Fronute... 25.Mar.17)
. . Sample code (~Lorraine Desre... 27.Mar.17)
. . . . Will check (~Evelyn Fronute... 27.Mar.17)
. . . . . . Worked out with help if IBM (~Evelyn Fronute... 2.Apr.17)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS